Include gdk.h in gail.c
authorMatthias Clasen <mclasen@redhat.com>
Tue, 11 Oct 2011 19:01:41 +0000 (15:01 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 11 Oct 2011 19:01:41 +0000 (15:01 -0400)
This is needed so that we pick up deprecation macros here in the
future.

gtk/a11y/gail.c

index bfbf7eed505fbedc80edfbccfb583e9e1ccf4d82..d2c4d601cd8836c3f97e12c39c7dd983f739195b 100644 (file)
@@ -22,6 +22,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 
+#include <gdk/gdk.h>
 #include <gtk/gtkx.h>
 #include "gailutil.h"
 #include "gailmisc.h"